wayland: Remove old, outdated comment
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 27 Feb 2014 22:00:46 +0000 (17:00 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 27 Feb 2014 22:00:56 +0000 (17:00 -0500)
gdk/wayland/gdkwindow-wayland.c

index 5be6df4fe7b14ee3de2a7342c72b5a4011690b5d..0f0d581760358a8fa785ab59eb0ce9d42d8be054 100644 (file)
@@ -1061,10 +1061,6 @@ xdg_popup_done (void             *data,
 {
   GdkWindow *window = GDK_WINDOW (data);
 
-  /* When the popup is complete hide the window - this really relies on the
-   * fix in https://bugzilla.gnome.org/show_bug.cgi?id=670881 to work
-   * effectively.
-   */
   gdk_window_hide (window);
 }